From: Juanma Barranquero Date: Thu, 4 Jul 2002 10:37:38 +0000 (+0000) Subject: (post_command_idle_hook): Remove redundant (and inexact) obsolescence X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31881 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=77a8d95fdffe7cc57b9f71c13f9aa921249fb6c2;p=emacs.git (post_command_idle_hook): Remove redundant (and inexact) obsolescence information. --- diff --git a/src/keyboard.c b/src/keyboard.c index 37529018962..5e038c264ed 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10849,8 +10849,7 @@ might happen repeatedly and make Emacs nonfunctional. */); DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook, doc: /* Normal hook run after each command is executed, if idle. -Errors running the hook are caught and ignored. -This feature is obsolete; use idle timers instead. See `etc/NEWS'. */); +Errors running the hook are caught and ignored. */); Vpost_command_idle_hook = Qnil; DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,